CREATE TABLE table-Name ( {column-definition | Table-Level Constraint} [ , {column-definition | Table-Level Constraint} ] * )
// CREATE TABLE table1 (a INT, b VARCHAR(10));
Reference: http://db.apache.org/derby/manuals/reference/sqlj27.html#CREATE+TABLE+statement
DROP TABLE table-Name // DROP TABLE APP.CITIES;
Reference: http://db.apache.org/derby/manuals/reference/sqlj28.html#DROP+TABLE+statement
RENAME TABLE table-Name TO new-table-Name // RENAME TABLE APP.TEST TO TESTNEW;
Reference: http://db.apache.org/derby/manuals/reference/sqlj29.html#RENAME+TABLE+statement
Email Parser 邮件地址解析器, 从给定内容中抓取邮件地址&自动排除重复&过滤指定邮箱 <->
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.